docs: Add missing signal parameter
authorEmmanuele Bassi <ebassi@gnome.org>
Thu, 21 Dec 2017 19:00:28 +0000 (19:00 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 21 Dec 2017 19:00:28 +0000 (19:00 +0000)
The `flags` parameter is missing, and the introspection scanner is
complaining about it.

gtk/gtkplacessidebar.c

index 326a05c224560da2cf4301674ed89030da763ce0..b7a6d9182502fea54fea648996ad0c4649e547ab 100644 (file)
@@ -4659,7 +4659,8 @@ gtk_places_sidebar_class_init (GtkPlacesSidebarClass *class)
 
   /**
    * GtkPlacesSidebar::show-starred-location:
-   * @sidebar: the object which received the signal.
+   * @sidebar: the object which received the signal
+   * @flags: the flags for the operation
    *
    * The places sidebar emits this signal when it needs the calling
    * application to present a way to show the starred files. In GNOME,